home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / angry / scene3_4.dir / 00016.ls < prev    next >
Encoding:
Text File  |  1999-03-01  |  595 b   |  23 lines

  1. on mouseDown
  2.   puppetSprite(8, 0)
  3.   sprite(8).visible = 0
  4.   puppetSprite(95, 0)
  5.   set the loc of sprite 95 to point(1000, 1000)
  6.   set the blend of sprite 95 to 0
  7.   puppetSprite(96, 0)
  8.   set the loc of sprite 96 to point(1000, 1000)
  9.   set the blend of sprite 96 to 0
  10.   puppetSprite(97, 0)
  11.   set the loc of sprite 97 to point(1000, 1000)
  12.   set the blend of sprite 97 to 0
  13.   cursor(-1)
  14.   if the volume of sound 2 >= 230 then
  15.     set the volume of sound 2 to 100
  16.   else
  17.     if the volume of sound 2 <= 102 then
  18.       set the volume of sound 2 to 255
  19.     end if
  20.   end if
  21.   go("BackToScene4Loop")
  22. end
  23.